home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 117
/
PC Guia 117.iso
/
Software
/
Utils
/
Software6
/
Product13
/
googlebar-0.9.5.06-fx.xpi
/
chrome
/
googlebar.jar
/
content
/
freshStart.xul
< prev
next >
Wrap
Extensible Markup Language
|
2005-02-20
|
1KB
|
45 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://googlebar/locale/freshStart.dtd" >
<window xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
headertitle="&googlebar.name;"
onload="setupTheseButtons()">
<script type="application/x-javascript" src="chrome://googlebar/content/googlebarUtil.js"/>
<script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"/>
<script type="application/x-javascript" src="chrome://googlebar/content/freshStart.js"/>
<stringbundleset id="stringbundleset">
<stringbundle id="bundle_freshStart" src="chrome://googlebar/locale/freshStart.properties"/>
</stringbundleset>
<spacer flex="1"/>
<hbox align="center">
<spacer flex="1"/>
<button id="singleUserUninstallButton"
flex="1"
label="&singleUserUninstallButton.label;"
disabled="true"
hidden="true"
onclick="goConfirmUninstall('UChrm');"/>
<spacer flex="1"/> <spacer flex="1"/> <spacer flex="1"/>
<button id="multiUserUninstallButton"
flex="1"
label="&multiUserUninstallButton.label;"
disabled="true"
hidden="true"
onclick="goConfirmUninstall('AChrom');"/>
<spacer flex="1"/>
</hbox>
<spacer flex="1"/>
</window>